@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

body {
color: #4d4d4d !important;
font-size: 12px;
line-height: 1.4;
margin: 0px;
}

body {
background-color: #FFFFFF;
}

p {
  margin: 0px;
}

a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
padding: 0px;
list-style: none;
margin:0;
}

h1{
    margin:0;
}

h2{
    margin:0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
  position: relative;
}

#menu {
    display: none;
}

.flex{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.flex-sb{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.wrap{
  width: 1100px;
  margin:0 auto;
}

.top {
    height: 700px;
    background-image: url(../img/mainImage.png);
    background-position: center bottom;
    background-size: cover;
}

.pr_img{
  overflow: hidden;
  position: relative;
}

img.pa_img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.wf01 {
  font-family: 'Ropa Sans', sans-serif;
}

/*top header*/

.hd_wrap {
  padding: 25px 0;
  background-color: #fff;
  position: relative;
  z-index: 1001;
}

.hd_telBox {
  width: 218px;
}

.hd_tel {
  padding-left: 52px;
  background-image: url(/wp-content/uploads/2020/07/tel_img.png);
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: left top;
}

.hd_tel span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #707070;
}

.hd_time {
  font-size: 13px;
  font-weight: 600;
  color: #707070;
  letter-spacing: 1px;
}

.hd_itemBox {
  width: 710px;
}

.hd_logo {
  width: 318px;
}

.hd_logo a {
  display: block;
  transition: .5s;
}

.hd_logo a:hover {
  opacity: 0.7;
}

.hd_navBox {
  width: 330px;
  padding-top: 15px;
}

.hd_nav_item a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  color: #707070 !important;
  padding-left: 30px;
  background-image: url(/wp-content/uploads/2020/07/mail_icon_G.png);
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: .5s;
  position: relative;
}

.hd_nav_item:nth-of-type(2) a {
  background-image: url(/wp-content/uploads/2020/07/request_icon.png);
}

.hd_nav_item a::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #DD4491;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

.hd_nav_item a:hover {
  background-image: url(/wp-content/uploads/2020/07/mail_icon.png);
  color: #DD4491 !important;
}

.hd_nav_item:nth-of-type(2) a:hover {
  background-image: url(/wp-content/uploads/2020/07/request_icon_P.png);
  color: #DD4491 !important;
}

.hd_nav_item a:hover::before {
  width: 60%;
}

/*top header*/

/*top mainvisual*/

.top_mainvisual_wrap {
  position: relative;
  z-index: 1001;
}

.top_mainvisual_img {
  padding-left: calc(50vw - 550px);
}

.top_mainvisual_img img {
  display: block;
}

.top_mainvisual_navBox {
  background-color: #D1227A;
  padding: 115px 0 30px;
  position: relative;
  top: -90px;
  z-index: -1;
}

.top_mainvisual_navBox .wrap {
  width: 600px;
}

.top_mainvisual_nav_item a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 60px;
  position: relative;
}

.top_mainvisual_nav_item a::before {
  display: block;
  content: "";
  width: 50px;
  height: 30px;
  background-image: url(/wp-content/uploads/2020/07/hd_nav_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px;
  transition: .5s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.top_mainvisual_nav_item a:hover::before {
  opacity: 1;
}

.scrollBox {
  position: absolute;
  bottom: 133px;
  left: 0;
}

.scrollBox a {
  display: inline-block;
  text-decoration: none;
}

.scroll_img {
  width: 24px;
}

.scroll_txt {
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 1px;
  position: relative;
}

.scroll_txt::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D12274;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}

.scrollBox:hover .scroll_txt::before {
  height: 0;
  transition: .8s;
}

/*top mainvisual*/

/*top about*/

.top_about_wrap {
  padding-bottom: 80px;
}

.top_aboutL {
  width: 180px;
}

.top_aboutL_txt {
  writing-mode: vertical-rl;
  font-size: 35px;
  color: #707070;
  line-height: 1.8;
  margin-top: 20px;
  letter-spacing: 3px;
  font-weight: 800;
}

.top_aboutL_txt .color01 {
  color: #DD4491;
}

.top_aboutL_txt .color02 {
  color: #E575AD;
}

.top_aboutL_txt .color03 {
  color: #F5C7DE;
}

.top_btn a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  background-color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  width: 185px;
  height: 45px;
  line-height: 45px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.top_btn a::before {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .5s;
}

.top_btn a:hover::before {
  width: 100%;
}

.top_aboutR {
  width: 785px;
  padding-right: 110px;
}

.top_h2 {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #707070;
}

.top_aboutR_txt {
  font-size: 14px;
  color: #707070;
  line-height: 30px;
  margin-top: 10px;
}

/*top about*/

/*top baner*/

.top_baner_wrap {
  padding: 60px 0 115px;
  position: relative;
}

.top_baner_bg {
  width: 100%;
  height: 420px;
  background-color: #F8DAE9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top_banerBox_item {
  width: 525px;
  background-image: url(/wp-content/uploads/2020/07/top_baner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 10px solid #F5C7DE;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top_banerBox_item a {
  display: block;
  text-decoration: none;
  color: #DD4491 !important;
}

.top_baner_img01 {
  width: 125px;
  position: absolute;
  bottom: -13px;
  left: -10px;
}

.top_baner_img02 {
  width: 100px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.top_baner_img03 {
  width: 200px;
  position: absolute;
  top: 20px;
  right: 15px;
}

.top_banerBox_txt span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #DD4491;
}

.top_banerBox_txt  {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  padding: 35px 30px 30px;
  background-color: #fff;
  text-align: center;
}

.top_banerBox_item:nth-of-type(2) .top_banerBox_txt {
  text-align: left;
}

.top_banerBox_item:nth-of-type(2) .top_banerBox_txt span {
  background-image: url(/wp-content/uploads/2020/07/mail_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
  padding-left: 40px;
}

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 30s -15s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 30s linear infinite;
}

.top_banerBox_item:hover .loop_wrap {
  opacity: 1;
}

.top_requestBox {
  margin-top: 50px;
  background-color: #DD4491;
}

.top_request_btn {
  height: 240px;
  background-image: url(/wp-content/uploads/2020/07/top_request_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.top_request_btn a {
  display: block;
  text-decoration: none;
  width: 330px;
  height: 65px;
  line-height: 65px;
  color: #DD4491 !important;
  background-color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-left: 45px;
  background-image: url(/wp-content/uploads/2020/07/request_icon_P.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 60px top 15px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
}

.top_request_btn a::before {
  display: block;
  content: "→";
  width: 0;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 60px;
  transition: .5s;
}

.top_request_btn a:hover::before {
  width: 30px;
  color: #DD4491 !important;
}

/*top baner*/

/*top footer*/

.ft_wrap {
  background-color: #4D4D4D;
  padding: 70px 0 50px;
  color: #fff;
}

.ft_L {
  width: 320px;
}

.ft_logo {
  width: 235px;
}

.ft_logo a {
  display: block;
  transition: .5s;
}

.ft_logo a:hover {
  opacity: 0.7;
}

.ft_add {
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  letter-spacing: 1px;
}

.ft_tel,.ft_fax {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 1px;
}

.ft_R {
  width: 600px;
  border-top: 2px solid #fff;
  position: relative;
}

.ft_R::before {
  display: block;
  content: "";
  width: calc(50vw - 550px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 100%;
}

.ft_navBox {
  margin-top: 20px;
}

.ft_navBox a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding-left: 60px;
  line-height: 30px;
  position: relative;
}

.ft_navBox a::before {
  display: block;
  content: "";
  width: 45px;
  height: 30px;
  background-image: url(/wp-content/uploads/2020/07/hd_nav_icon.png);
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: left center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
}

.ft_navBox a:hover::before {
  opacity: 1;
}

.ft_navBox02 {
  width: 350px;
}

.ft_bottom {
  margin-top: 40px;
}

.ft_bottom ul {
  width: 275px;
  position: relative;
}

.ft_bottom ul::before {
  display: block;
  content: "/";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 53%;
}

.ft_bottom ul a {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  position: relative;
}

.ft_bottom ul a::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

.ft_bottom ul a:hover::before {
  width: 100%;
}

.ft_bottom small {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.gotop {
  z-index: 1000;
}

.gotop a {
  display: block;
  transition: .5s;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  border: 1px solid #707070;
  position: fixed;
  bottom: 40px;
  right: 30px;
  background-color: #fff;
}

.gotop a:hover {
  padding-top: 5px;
}

.top_btnBox {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1000;
  cursor: pointer;
}

.top_btnBox a {
  display: block;
  transition: .3s;
  color: #fff !important;
}

.top_btnBox_btn {
  width: 160px;
  height: 320px;
  background-image: url(/wp-content/uploads/2020/07/top_btnBox_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}

.top_btnBox_img {
  width: 128px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  transition: .5s;
}

.top_btnBox_img.hidden {
  width: 245px;
  top: -50px;
  left: -70px;
  opacity: 0;
  transition: .5s;
}

.top_btnBox a:hover .top_btnBox_img {
  opacity: 0;
}

.top_btnBox a:hover .top_btnBox_img.hidden {
  opacity: 1;
}

.top_btnBox_txt {
  font-size: 20px;
  color: #707070;
  writing-mode: vertical-rl;
  padding-left: 70px;
  padding-top: 70px;
  font-weight: 600;
  letter-spacing: 1px;
  background-image: url(/wp-content/uploads/2020/07/top_yajiL.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left 20px top 140px;
}

.top_btnBox_txt span {
  font-size: 28px;
  color: #DD4491;
}

.top_btnBox_inner {
  width: 0;
  height: 320px;
  background-image: url(/wp-content/uploads/2020/07/top_btnBox_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: .5s;
}

.top_btnBox:hover .top_btnBox_inner {
  width: 160px;
  margin-right: -30px;
}

.top_btnBox_inner_txt {
  font-size: 13px;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  margin-top: 230px;
  margin-left: 20px;
  line-height: 1.8;
  padding-right: 35px;
  background-image: url(/wp-content/uploads/2020/07/top_yajiR.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px;
  position: relative;
  transition: .5s;
}

.top_btnBox_inner_txt::before {
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 21px;
  left: 0;
}

.top_btnBox_inner_txt::after {
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_btnBox_inner_txt:hover {
  padding-right: 40px;
}

/*top footer*/

/*page fee*/

.page_fee {
    padding: 80px 0 0 !important;
}

#page_fee_sec1 {
  padding-bottom: 70px;
  position: relative;
}

#page_fee_sec1 .common_page_h2 {
  padding-left: 40px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  line-height: 1.8;
}

#page_fee_sec1 .common_page_h2 span {
  color: #DD4491;
}

.common_page_txt {
  font-size: 22px;
  font-weight: 300;
}

.common_page_txt span {
  font-weight: 500;
}

.page_fee_img01 {
  width: 220px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#page_fee_sec2,
#page_fee_sec4 {
  background-color: rgba(248,218,233,0.3);
  padding: 70px 0;
}

.page_fee .common_page_h3 {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 4px solid #F5C7DE;
}

.page_fee .common_page_h3 span {
  color: #DD4491;
  font-size: 40px;
}

.page_fee ul {
  margin: 30px 0;
}

.page_fee ul li {
  font-size: 22px;
  font-weight: 300;
  padding-left: 55px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}

.page_fee ul li::before {
  display: block;
  content: "";
  background-color: #DD4491;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 0;
}

.page_fee_img02 {
  width: 360px;
  position: absolute;
  top: 180px;
  right: 0;
}

#page_fee_sec3,
#page_fee_sec5 {
  padding: 70px 0;
}

.page_fee_img03 {
  width: 345px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page_fee_img04 {
  width: 380px;
  position: absolute;
  bottom: 50px;
  right: 0;
}

.page_fee_img05 {
  width: 325px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#page_fee_sec6 img {
  display: block;
  width: 100%;
}

.page_fee_sec6_img02 {
  width: 500px;
  margin: 60px auto 0;
}

.page_header .hd_wrap {
  z-index: 1000;
}

/*page fee*/

/*page company*/

.page_company_table {
  margin: 0;
}

.page_company_table tr {
  background-color: rgba(248,218,233,0.3);
}

.page_company_table tr:nth-of-type(even) {
  background-color: rgba(248,218,233,0.1);
}

.page_company_table th,
.page_company_table td {
  font-size: 15px;
  padding: 20px 30px;
  border: none;
}

.page_company_table th {
  width: 25%;
  padding-left: 75px;
  background-image: url(/wp-content/uploads/2020/07/top_btnBox_img01.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 30px;
  text-align: left;
}

.page_company_bottom {
  padding-top: 70px;
}

/*page company*/

.page_header02 {
    background-color: #DD4491;
    padding: 30px 0;
}

.page_hd_nav {
  width: 600px;
  margin: 0 auto;
}

nav.page_hd_nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
}

nav.page_hd_nav ul li a::before {
  display: block;
  content: "";
  width: 50px;
  height: 30px;
  background-image: url(/wp-content/uploads/2020/07/hd_nav_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px;
  transition: .5s;
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 0;
}

nav.page_hd_nav ul li a:hover::before {
  opacity: 1;
}

.common_page_h1{
  padding:25px 0;
  text-align: center;
  color: #DD4491;
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: bold;
  position: relative;
}

.common_page_h1:before{
    content: "";
    display: block;
    width: 155px;
    height: 125px;
    background-image: url(/wp-content/uploads/2020/07/page_h1_chara.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: -15px;
    left: 130px;
}

.common_page_h1:after{
    content: "";
    display: block;
    width: 200px;
    height: 120px;
    background-image: url(/wp-content/uploads/2020/07/page_h1_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: -6px;
    right: 100px;
    z-index: 100;
}

.common_page_h1Box:before{
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(/wp-content/uploads/2020/07/page_h1_border.png);
  background-size: 1300px;
  background-repeat: repeat-x;
  background-position: left;
}

.common_page_h1Box:after{
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(/wp-content/uploads/2020/07/page_h1_border.png);
  background-size: 1300px;
  background-repeat: repeat-x;
  background-position: left;
  z-index: 10;
  position: relative;
}

.breadcrumb {
    background-color: #F2F2F2;
    padding: 12px 0;
    color: #707070;
}

.breadcrumb a{
  color: #707070 !important;
}

.common_page_wrap {
    padding: 80px 0;
}

.common_page_wrap {
    padding: 80px 0;
}

h2.common_page_h2 {
    font-size: 30px;
    font-weight: 600;
    color: #4D4D4D;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

h2.common_page_h2:before{
  content: "";
  display: block;
  width: 10px;
  background-color: #DD4491;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  margin: auto;
}
.common_page_table table th {
  background-color: rgba(221, 68, 145, 0.05);
  border: 1px solid #ccc;
  text-align: left;
  padding-left: 25px;
  width: 25%;
  color: #4D4D4D;
}

.common_page_table table td {
    border: 1px solid #ccc;
    padding: 20px 30px;
    width: 75%;
}

.common_page_table table {
    font-size: 14px;
    margin-bottom: 0px;
}

span.hissu {
    display: inline-block;
    margin-right: 5px;
    background-color: #dd4491;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 3px;
}

span.ninni {
    display: inline-block;
    margin-right: 5px;
    background-color: #4d4d4d;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 3px;
}

input.form_text {
    width: 400px;
    border-radius: 5px !important;
    box-shadow: 2px 2px 2px #eae9e9 inset;
    padding: 0 15px !important;
    line-height: 40px;
}

input.your_tel {
    width: 100px;
    padding: 0 15px !important;
    line-height: 40px;
    border-radius: 5px !important;
    box-shadow: 2px 2px 2px #eae9e9 inset;
}

textarea.textarea {
    width: 400px;
    border-radius: 5px !important;
    box-shadow: 2px 2px 2px #eae9e9 inset;
}

.common_page_bt {
    width: 300px;
    padding: 0;
    line-height: 45px;
    font-size: 15px;
    letter-spacing: 2px;
    background-color: #dd4491;
    border-radius: 25px;
}

.common_page_bt:hover{
    background-color: rgba(221, 68, 145, 0.5);
}

div#btn-wrap {
    justify-content: center;
    margin-top: 40px;
}

button.back-btn {
    width: 100px;
    border-radius: 25px;
    margin-right: 10px;
    padding: 0;
    line-height: 45px;
    font-size: 14px;
    background-color: #777;
}

button.back-btn:hover{
    background-color: rgba(119, 119, 119, 0.5);
}

.mw_wp_form_complete p {
    font-size: 16px;
    line-height: 1.8;
    border: 2px solid rgba(221, 68, 145, 0.5);
    border-width: 2px 0;
    padding: 35px 0px;
    text-align: center;
}

ul#sitemap_list li a {
    display: block;
    padding: 15px 30px;
    color: #4d4d4d !important;
    font-size: 15px;
    font-weight: 600;
}

ul#sitemap_list li:nth-child(odd) a {
    background-color: rgba(221, 68, 145, 0.1);
}

ul.children {
    display: none;
}

dl.privacypage_dl {
    font-size: 15px;
}

dl.privacypage_dl dt {
    font-weight: 600;
    margin-bottom: 10px;
}

dl.privacypage_dl dd {
    border-bottom: 2px solid rgba(221, 68, 145, 0.3);
    margin: 0 0 25px 0px;
    padding-bottom: 10px;
}

ul.page_staffList li .img {
    width: 40%;
}

ul.page_staffList li .img img{
  display: block;
}

ul.page_staffList .textbox {
    width: 57%;
}

ul.page_staffList .textbox p.name {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #dcdbdb;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
}

ul.page_staffList .textbox p.name span {
    color: #c1c0c0;
    font-size: 18px;
    display: inline-block;
    margin-left: 20px;
    font-style: italic;
    letter-spacing: 2px;
    font-family: 'Itim', cursive;
}

ul.page_staffList .textbox p.name:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #dd4491;
  position: absolute;
  bottom:-2px;
  left: 0;
}

ul.page_staffList .textbox p.text {
    font-size: 14px;
    padding: 10px 15px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-bottom: 10px;
}

ul.page_staffList .textbox .infoBox p {margin-bottom: 10px;font-size: 14px;}

ul.page_staffList .textbox .infoBox p span {
    display: inline-block;
    width: 80px;
    background-color: #dd4491;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-weight: 600;
}

ul.page_staffList .textbox p.message {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    border: 2px solid #dd4491;
    padding: 15px;
    border-radius: 10px;
    background-color: rgb(221 68 145 / 0.1);
    margin-top: 15px;
}

ul.page_staffList .textbox .infoBox p span.long_text {
    width: 82%;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6;
}

.page-template-page-staff span.margin {
    display: block !important;
    height: 10px;
    width: 100% !important;
    background-color: #fff !important;
}

ul.page_staffList .textbox p.message span.margin{
  background-color: rgb(221 68 145 / 0.0) !important;
}

.page_staffList li:first-child{
  margin-bottom: 80px;
}

.hidden_box:focus {
    outline: none;
}


@media (max-width: 750px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

/*spmenu~*/
.sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}
.sp_pr {
    position: relative;
}
.slicknav_menu .slicknav_menutxt {
    display: none !important;
}
.slicknav_menu .slicknav_icon {
    width: 100%;
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    width: 25px !important;
    height: 3px !important;
}
a.slicknav_btn {
    background: #fff;
    border-radius: 0px;
}
/*SPMENU kurukuru*/
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 5px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: 0.4px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
.slicknav_menu .slicknav_icon {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    position: relative;
}
/*kokomade*/
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_menu {
    background-color: #fff;
    box-shadow: 0 2px rgba(0,0,0,0.3);
}
a.slicknav_btn {
    margin: 12px 3px 3px 0px;
    padding: 0px 0 0 0px;
    height: 25px;
    width: 25px;
}
.slicknav_menu .slicknav_icon {
    height: 16px !important;
    display: block;
}
.slicknav_menu .slicknav_icon:after {
    display: block;
    font-size: 70%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}
.slicknav_nav a {
    color: #4d4d4d !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: left;
    margin: 0;
    letter-spacing: normal;
    font-size: 80%;
    border: solid #D1227A;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    background-image: url(/wp-content/uploads/2020/07/sp_yaji.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 25px;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #D1227A;
}
/*~spmenu*/
.sp_hd_logo {
    position: absolute;
    width: 170px;
    top: 15px;
    left: 5px;
}

.sp_hd_tel {
    position: absolute;
    width: 20px;
    top: 14px;
    right: 100px;
}

.sp_hd_mail {
    position: absolute;
    width: 25px;
    top: 18px;
    right: 55px;
}

.wrap{
  max-width: 94%;
}

body {
  margin: 50px 0 70px !important;
}

/*top mainvisual*/

.top_mainvisual_navBox {
    display: none;
}

.top_mainvisual_nav_item a {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 0;
}

.top_mainvisual_nav_item a::before {
  display: none;
}

/*top mainvisual*/

/*top about*/

.top_about_wrap {
    padding: 15vw 0;
}

.top_aboutL {
    width: 100%;
}

.top_aboutL_img {
  display: none;
}

.top_aboutL_txt {
    writing-mode: horizontal-tb;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    letter-spacing: 1px;
    text-align: center;
}

.top_aboutR {
    width: 100%;
    padding-right: 0;
    margin-top: 7vw;
}

.top_h2 {
    margin-top: 5vw;
    font-size: 20px;
}

.top_aboutR_txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2vw;
    text-align: justify;
}

.top_btn a {
    font-size: 14px;
    margin: 5vw auto 0;
}

.top_baner_wrap {
    padding: 10vw 0 15vw;
}

.top_baner_bg {
    height: 100%;
}

.top_baner_img01 {
    width: 80px;
}

.top_baner_img02 {
    width: 60px;
    position: absolute;
    top: 10px;
    right: 0;
}

.top_banerBox_item {
    width: 100%;
    border: 5px solid #F5C7DE;
    padding: 5vw;
    margin-top: 5vw;
}

.top_banerBox_txt {
    font-size: 13px;
    padding: 5vw;
}

.top_banerBox_txt span {
    font-size: 18px;
    padding-bottom: 1vw;
}

.top_baner_img03 {
    width: 100px;
    position: absolute;
    top: 5vw;
    right: 0;
}

.top_banerBox_item:nth-of-type(2) .top_banerBox_txt span {
  background-position: left top 4px;
  background-size: 20px;
  padding-left: 30px;
}

.top_requestBox {
    margin-top: 8vw;
    background-color: #DD4491;
}

.top_request_btn {
    height: auto;
    padding: 10vw 0;
}

.top_request_btn a {
    width: 80%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding-left: 45px;
    background-size: 25px;
    background-position: left 45px top 5px;
}

.top_request_btn a::before {
  display: none;
}

/*top about*/

/*top footer*/

.ft_wrap {
    padding: 15vw 0;
}

.ft_L {
    width: 100%;
    text-align: center;
}

.ft_logo {
    width: 60%;
    margin: 0 auto;
}

.ft_add {
    font-size: 14px;
    margin-top: 5vw;
    letter-spacing: 0;
}

.ft_tel, .ft_fax {
    font-size: 14px;
    margin-top: 2vw;
}

.ft_tel a {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  letter-spacing: 1.2px;
}

.ft_bottom {
    margin-top: 5vw;
}

.ft_bottom ul {
    width: 245px;
    margin: 0 auto;
}

.ft_bottom ul::before {
    left: 55%;
}

.ft_bottom small {
    font-size: 10px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 5vw;
}

.gotop a {
    width: 30px;
    height: 30px;
    padding: 5px;
    bottom: 70px;
    right: 3vw;
}

.sp_btnBox {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.sp_btnBox a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff !important;
  background-color: #DD4491;
  padding: 5px 5vw 5px 5vw;
  background-image: url(/wp-content/uploads/2020/07/top_yajiR.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 3vw center;
}

.sp_btn_txt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 60px;
  padding-top: 13px;
  background-image: url(/wp-content/uploads/2020/07/hd_nav_icon.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: left top 18px;
}

.sp_btn_txt span {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
}

.sp_btn_img {
  width: 55px;
  margin-left: 3vw;
}

/*top footer*/

/*page fee*/

.page_fee {
    padding: 15vw 0 0 !important;
}

#page_fee_sec1 .common_page_h2 {
    padding-left: 20px;
    letter-spacing: 1px;
    margin-bottom: 7vw;
    line-height: 1.4;
}

.common_page_txt {
    font-size: 15px;
}

#page_fee_sec2, #page_fee_sec4 {
    padding: 15vw 0;
}

.page_fee .common_page_h3 {
    font-size: 17px;
    letter-spacing: 0px;
    padding-bottom: 2vw;
    border-bottom: 2px solid #F5C7DE;
    margin-top: 0;
}

.page_fee .common_page_h3 span {
    color: #DD4491;
    font-size: 20px;
}

.page_fee_img01 {
  display: none;
}

.page_fee_img02,
.page_fee_img03,
.page_fee_img04,
.page_fee_img05 {
    width: 60%;
    position: static;
    margin: 5vw auto 0;
}

.page_fee ul li {
    font-size: 15px;
    padding-left: 25px;
}

.page_fee ul li::before {
    width: 15px;
    height: 15px;
}

.page_fee ul {
    margin: 5vw 0;
}

.page_fee_sec6_img02 {
    width: 70%;
    margin: 5vw auto 2vw;
}

/*page fee*/

/*page company*/

.page_company_table th,
.page_company_table td {
    font-size: 14px;
    padding: 5vw 3vw;
    border: none;
    display: block;
}

.page_company_table th {
    width: 100%;
    padding-left: 12vw;
    background-position: left 3vw bottom 2vw;
    background-size: 20px;
    padding-bottom: 1vw;
}

.page_company_table td {
  padding-top: 1vw;
}

.page_company_bottom {
    padding-top: 15vw;
}

/*page company*/

.mw_wp_form_complete p {
    padding: 5vw;
    text-align: justify;
    font-size: 15px;
}

.common_page_h1:after{
  display: none;
}

.common_page_h1 {
    padding: 8vw 0;
    font-size: 8vw;
    text-align: center;
    letter-spacing: 2px;
}

.common_page_h1:before {
display: none;
}

.common_page_wrap {
    padding: 15vw 0;
}

h2.common_page_h2 {
    font-size: 20px;
    margin-bottom: 5vw;
    padding-left: 15px;
}

h2.common_page_h2:before {
    width: 5px;
}

.common_page_table table th {
    display: block;
    width: 100%;
    padding: 3vw;
}

.common_page_table table td {
    display: block;
    width: 100%;
    border-width: 0px 1px;
    padding: 3vw;
}

input.form_text {
    width: 100%;
}

textarea.textarea {
    width: 100%;
}

input.your_tel {
    width: 25vw !important;
}

select.form_select {
    height: 25px;
}

div#btn-wrap {
    margin-top: 8vw;
}

.common_page_table table{
  border-bottom: 1px solid #ccc;
}

.common_page_h1Box:before {
    height: 20px;
}

.common_page_h1Box:after {
    height: 20px;
}

ul#sitemap_list li a {
    padding: 3vw 4vw;
    font-size: 14px;
}

dl.privacypage_dl {
    font-size: 14px;
}

dl.privacypage_dl dt {
    margin-bottom: 5px;
}

ul.page_staffList li .img {
    width: 100%;
    margin-bottom: 5vw;
}

ul.page_staffList .textbox {
    width: 100%;
}

ul.page_staffList .textbox p.name {
    font-size: 18px;
    margin-bottom: 3vw;
}

ul.page_staffList .textbox p.name span {
    font-size: 15px;
    letter-spacing: 1px;
    margin-left: 5px;
}

ul.page_staffList .textbox p.text {
    padding: 3vw;
}

ul.page_staffList .textbox .infoBox p span {
    display: block;
    width: 100%;
    background-color: rgb(221 68 145 / 0.5);
    margin-bottom: 2vw;
    margin-right: 0;
}

ul.page_staffList .textbox p.message {
    padding: 3vw 4vw;
}

.page_staffList li:first-child {
    margin-bottom: 10vw;
}

ul.page_staffList .textbox .infoBox p span.long_text {
    margin-right: 0;
    width: 100%;
}



}






